home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / c / files.bbs < prev    next >
File List  |  1993-11-03  |  8KB  |  109 lines

  1. 3D_DLL_@.EXE    25596  11-18-91  Three_d.dll (Donahue, Ray; $20-$50) is a DLL
  2.                                | for making a Windows 3.0 dialog box appear
  3.                                | to have a 3-dimensional look. Boxes can be
  4.                                | recessed, extruding, or shadowed. C source
  5.                                | code and EXE files for a demo program are
  6.                                | included. Support is provided for EGA, VGA,
  7.                                | and above.
  8. APPMAK.ZIP      55390  09-23-93  AppMaker 1.0 (Mark Szamrej; $0) creates a
  9.                                | skeleton for a Windows based application
  10.                                | which is compatible with Visual C++ and MFC
  11.                                | 2.0. CTL3D.DLL included.
  12. CDK_VB_@.EXE    10242  09-13-91  CDK-VB (Langley, Brent K.; $0) contains
  13.                                | information about creating custom controls
  14.                                | for VB with C++.
  15. CENVIW.ZIP     140942  09-29-93  CEnvi for Windows (Nombas; $38) is a C
  16.                                | interpreter that doubles as a Windows batch
  17.                                | language. Several CEnvi programs are
  18.                                | included, demonstrating such tasks as
  19.                                | spawning processes, calling Windows DLLs,
  20.                                | positioning windows, and automating messages
  21.                                | to Windows processes.
  22. CLIKBAR@.EXE   224442  11-12-92  ClickBar 1.0 (WynApse SoftWare; $36) is a
  23.                                | DLL that provides Windows software
  24.                                | developers a robust 3D button interface. It
  25.                                | allows you to produce commercial quality
  26.                                | menubars, with 144 3-dimensional buttons to
  27.                                | choose from. Other features include seamless
  28.                                | integration with Borland's Resource
  29.                                | Workshop, example source code, and more.
  30. DIB____@.EXE     4098  12-14-92  Dib (Reilly, Patrick; $0) is a pair of
  31.                                | functions for manipulating a DIB bitmap.
  32. DIRPKR.ZIP      67529  09-19-93  Dirpkr shows how to derive a class from
  33.                                | CFileDialog and use a custom template. The
  34.                                | dialog is a directory picker dialog, that
  35.                                | allows the user to browse his drive(s) and
  36.                                | pick a directory.
  37. DOSWIN_@.COM     4699  10-16-90  DOSWin is sample code to restrict
  38.                                | puts()-printf() output to a window in
  39.                                | Windows 3. It also allows restricting some
  40.                                | DOS programs output to a window.
  41. FIXDS__@.COM    14808  03-06-90  FixDS 2.0 (Geary, Michael; $0) is a C
  42.                                | routine that eliminates need for EXPORTS and
  43.                                | MakeProcInstance() in Windows applications;
  44.                                | prevents bugs caused by omitting EXPORTS or
  45.                                | MakeProcInstance(); and allows Windows
  46.                                | applications to export functions that will
  47.                                | be called directly from a dynamic link
  48.                                | library.
  49. IXFWIN.ZIP     108308  08-25-93  IXFWIN 1.1 (Orange Software; $88) turns C or
  50.                                | C++ code into a cross referencing database.
  51.                                | It lets you interactively search and browse
  52.                                | through programs. This can help programmers
  53.                                | better understand their source code and
  54.                                | enable them to reuse their software.
  55. JOURNAL@.COM    30521  09-21-89  Journal (Fogelin, Eric; $0) is a dynamic
  56.                                | Link library demonstrating Windows 2.0
  57.                                | Journal Hooks.
  58. MAIL_OM@.COM    23734  02-24-90  Mail_OM (Oregon Professional Microsystems,
  59.                                | Inc.; $0) is the Microsoft C source code for
  60.                                | a mailing list application for MS Windows.
  61. NEWSPY_@.EXE    26435  08-16-91  NewSpy 1.0 (Feinleib, David A.; $25) is an
  62.                                | improved version of the Spy program that is
  63.                                | included in the SDK.
  64. REGEXP_@.COM    22650  10-18-89  Regular Expression DLL (Windfall Software
  65.                                | Systems; $10) contains a dynamic link
  66.                                | library compatible with Microsoft Windows.
  67.                                | The library performs regular expression
  68.                                | searches and a number of supporting
  69.                                | operations.
  70. ROWCOL.ZIP      30006  09-13-93  ROWCOL (Howard Silver; $0) creates a MDI
  71.                                | text editor for use with Visual C++.
  72. STSBARC@.EXE    36088  10-17-90  Status Bar Control 1.2.0 (Krikorian,
  73.                                | Jean-Marc; $0) is a DLL and associated files
  74.                                | for displaying a Status Bar in Windows apps.
  75.                                | A sample app and all source code are
  76.                                | included.
  77. VCSLID.ZIP     157480  09-23-93  Slider Control (Northeast Data Corp.; $?) is
  78.                                | a DLL control that appears as a slider
  79.                                | similar to those used on audio/video
  80.                                | equipment such as stereos, tuners, and
  81.                                | amplifiers. For C++.
  82. WCE____@.EXE    21268  03-20-92  Windows C Editor 2.0 (DeCillis, Tom; $35) is
  83.                                | a programming shell. It features a logical
  84.                                | toolbar and click SAA/CUA compliant
  85.                                | interface that lets you edit, run, and
  86.                                | compile all the necessary parts of a Windows
  87.                                | application using the Microsoft Windows SDK.
  88. WINCLAS@.EXE     8454  07-22-91  WinClass (Pittelkow, Michael; $0) is a C++
  89.                                | class library for Windows 3.
  90. WINET__@.COM    63906  03-23-90  WINET (Booth, Duncan; $0) is an execution
  91.                                | profiler for Windows applications. C source
  92.                                | code is included.
  93. WINBGN_@.COM    20349  12-07-90  WinBegin 3.0 (Crayne, Susan; $35) is a
  94.                                | development tool for creating very simple C
  95.                                | programs which run under Windows 3.0. It is
  96.                                | intended for the beginning programmer.
  97. WIN_CLP@.COM    10761  02-06-91  Winclip (Schulman, Andrew; $0) contains
  98.                                | source code showing how DOS programs can use
  99.                                | INT 2Fh services to access the Windows
  100.                                | clipboard (in enhanced mode only).
  101. DIALOG@.EXE       250  11-02-93  WinDialog (Cordts, Soenke; $45) is a simple
  102.                                | way for programmers to create dialog boxes.
  103.                                | These dialogs can be implemented into
  104.                                | programs using the Application Program
  105.                                | Interface that is included, or C source code
  106.                                | can be generated. Features include
  107.                                | animation, animated buttons, sound for
  108.                                | buttons, and more.
  109.